application builder - определение. Что такое application builder
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое application builder - определение

INTEGRATED DEVELOPMENT ENVIRONMENT
C Plus Plus Builder; C plus plus builder; C++ builder; Borland C++ Builder X; Borland C++ Builder; C++ Builder; C++ Builder XE3; C++Builder XE3; Borland C++Builder
Найдено результатов: 851
Application software         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
An application program (software application, or application, or app for short) is a computer program designed to carry out a specific task other than one relating to the operation of the computer itself, typically to be used by end-users. Word processors, media players, and accounting software are examples.
application software         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
application program         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
<programming, operating system> (Or "application", "app") A complete, self-contained program that performs a specific function directly for the user. This is in contrast to system software such as the operating system kernel, server processes, libraries which exists to support application programs and utility programs. Editors for various kinds of documents, spreadsheets, and text formatters are common examples of applications. Network applications include clients such as those for FTP, electronic mail, telnet and WWW. The term is used fairly loosely, for instance, some might say that a client and server together form a distributed application, others might argue that editors and compilers were not applications but utility programs for building applications. One distinction between an application program and the operating system is that applications always run in {user mode} (or "non-privileged mode"), while operating systems and related utilities may run in supervisor mode (or "privileged mode"). The term may also be used to distinguish programs which communicate via a graphical user interface from those which are executed from the command line. (2007-02-02)
applications software         
SOFTWARE PROGRAM OR GROUP OF PROGRAMS DESIGNED FOR END-USERS
Application program; Computer application; Software applications; Computer applications; App code; Applications software; Application package; Suite of applications; Software application; Software Application; Applications program; Applications programs; Computer Applications; Application model; Applications (computing); Application (computing); Desktop application; Application (computer); Desktop software; Desktop applications; Local application; Desktop app; Application (software); Computer app; App (computing); Application softwares
Irish Builder         
NEWSPAPER PUBLISHED IN DUBLIN, DUBLIN, IRELAND
The Irish Builder
The Irish Builder was a successful trade journal published in Dublin, Ireland, under various names. Names used by the journal were: The Dublin Builder, or Illustrated Irish Architectural, Engineering, Mechanics’ & Sanitary Journal (1859-1866); Irish Builder and Engineering Record (1867-1871); Irish Builder (1872-1899); Irish Builder and Technical Journal to 1979.
Application for employment         
  • Forged rejection letter for Albert Einstein, "1907"
  • website=Hagley Museum}}</ref>
FORM OR COLLECTION OF FORMS THAT AN INDIVIDUAL SEEKING EMPLOYMENT, CALLED AN APPLICANT, MUST FILL OUT AS PART OF THE PROCESS OF INFORMING AN EMPLOYER
Job application; Employment application; Application blank; Job applications; Usage of job applications by hackers
An application for employment is a standard business document that is prepared with questions deemed relevant by employers. It is used to determine the best candidate to fill a specific role within the company.
Graphical user interface builder         
  • [[NetBeans]] GUI builder
SOFTWARE DEVELOPMENT TOOL
GUI Builder; GUI builders; GUI builder; User interface builder; Gui builder; List of GUI builders; List of graphical user interface builders; GUI designer; Form desinger; Form designer
A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run.
Rich web application         
WEB APPLICATION THAT HAS MANY OF THE CHARACTERISTICS OF DESKTOP APPLICATION SOFTWARE
Rich internet application; Rich Internet Applications; Rich internet applications; Rich Internet Client; Rich Internet Application; Internet application; Rich Web client; Rich Internet applications; Rich application; Rich mobile application; Rich Mobile Application; Rich Internet application; Rich Web application; Rich web applications
A rich web application (originally called a rich Internet application, or RIA or installable Internet application) is a web application that has many of the characteristics of desktop application software. The concept is closely related to a single-page application, and may allow the user interactive features such as drag and drop, background menu, WYSIWYG editing, etc.
Application firewall         
A FORM OF FIREWALL THAT CONTROLS INPUT/OUTPUT OR SYSTEM CALLS OF AN APPLICATION OR SERVICE
Application layer firewalls; Application Layer Filtering; Application-layer firewall; Application-level firewall; Application level firewall; Database firewall; Application layer firewall; Transparent firewall
An application firewall is a form of firewall that controls input/output or system calls of an application or service. It operates by monitoring and blocking communications based on a configured policy, generally with predefined rule sets to choose from.
Jakarta EE application         
J2ee application; J2EE application; Java EE application
A Jakarta EE application (formerly also called Java EE or J2EE application) is any deployable unit of Jakarta EE functionality. This can be a single Jakarta EE module or a group of modules packaged into an EAR file along with a Jakarta EE application deployment descriptor.

Википедия

C++Builder

C++Builder is a rapid application development (RAD) environment, originally developed by Borland and as of 2009 owned by Embarcadero Technologies (a subsidiary of Idera), for writing programs in the C++ programming language currently targeting Windows (both IA-32 and x64), iOS and for several releases, macOS and Android (still supported, but only Android 32-bit apps.) C++Builder combines the Visual Component Library and IDE written in Object Pascal with multiple C++ compilers. Most components developed in Delphi can be used in C++Builder with no or little modification, although the reverse is not true, but this constraint is valid only for source code. Binary code generated by Delphi can easily be linked to binary code generated by C++Builder and vice versa to generate an executable written in both Object Pascal and C++. With this approach, C++ can be called from Object Pascal and vice versa. Since both Delphi and C++ use the same back end linker, the debugger can single step from Delphi code into C++ transparently.

C++Builder includes tools that allow drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder.